home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / downloads.php < prev    next >
Encoding:
PHP Script  |  2005-03-31  |  659 b   |  27 lines

  1. <?
  2. /*
  3. ####################################################
  4. # Name: The Uniform Server Admin Panel 2.0
  5. # Developed By: The Uniform Server Development Team
  6. # Modified Last By: Olajide Olaolorun (empirex) 
  7. # Web: http://www.uniformserver.com
  8. ####################################################
  9. */
  10.  
  11. // Includes
  12. include "includes/config.inc.php";
  13. include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; 
  14. include "includes/header.php";
  15. ?>
  16.  
  17. <div id="main">
  18.     <h2>» <?=$US['down-head']?></h2>
  19.     <h3><?=$US['down-aval']?></h3>
  20.     <p><?=$US['down-text']?></p>
  21. </div>
  22.  
  23. <?
  24. // Footer
  25. include "includes/footer.php";
  26. ?>
  27.